Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 808 Bytes

File metadata and controls

30 lines (19 loc) · 808 Bytes

这是由Xiumuzaidiao/Day-night-toggle-button重打包制作的npm module。

安装

在撰写本README时原作者尚未将其上传到npmjs.org或者说原作者根本不知道我在打包这玩意,所以目前只能通过本地安装。

git clone <URL of the responsitory>
npm install "Day-night-toggle-button/白天黑夜切换按钮npm包"

使用方法

index.html:

<toggle-button></toggle-button>
<script type="module" src="index.js"></script>

index.js:

import DayNightToggleButton from "day-night-toggle-button"

customElements.define("toggle-button",DayNightToggleButton)

有感而发,不保证可用性,另外size参数怎么调整的真的很迷惑